home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / topware / pspad / pspad450inst_cz.exe / {app} / Context / TCL.DEF < prev    next >
Text File  |  2004-05-26  |  3KB  |  229 lines

  1. ; PSPad code template for Tcl/Tk
  2. ; Created by PSPad   25.05.2004  20:33
  3. ; Author:  gerhard.berthold@hamburg.de
  4. ;
  5. [Macro definition]
  6. %name%=@E proc/method/class name:
  7. %autor%=@E author name:
  8. %args%=@E arguments:
  9. %desc%=@E description:
  10. [proc | procedure tcl]
  11. # ############################
  12. # Procedure:     %name%
  13. # Author:          %autor%
  14. #
  15. # description:    %desc%
  16. #
  17. # example:         %name% %args%
  18. proc %name% {%args%} {
  19.     set fcFun "%name%"
  20. }
  21. [method | method tcl]
  22. # ############################
  23. # method: %name%
  24. # Author:      %autor%
  25. #
  26. # description:    %desc%
  27. #
  28. # example:         %name% %args%
  29. method %name% {%args%} {
  30.  
  31. }
  32. [class | class tcl]
  33. # ############################
  34. # class: %name%
  35. # Author:      %autor%
  36. #
  37. # description:    %desc%
  38. #
  39. # example:         %name% %args%
  40. class %name% {
  41.  
  42. }
  43.  
  44. [Keywords]
  45. after
  46. append
  47. array
  48. auto_execok
  49. auto_load
  50. auto_mkindex
  51. auto_reset
  52. bgerror
  53. break
  54. case
  55. catch
  56. cd
  57. clock
  58. close
  59. concat
  60. continue
  61. eof
  62. error
  63. eval
  64. exec
  65. exit
  66. expr
  67. else
  68. elseif
  69. fblocked
  70. fconfigure
  71. file
  72. fileevent
  73. flush
  74. for
  75. foreach
  76. format
  77. gets
  78. glob
  79. global
  80. history
  81. if
  82. incr
  83. info
  84. interp
  85. join
  86. lappend
  87. lindex
  88. linsert
  89. list
  90. llength
  91. load
  92. lrange
  93. lreplace
  94. lsearch
  95. lsort
  96. open
  97. package
  98. parray
  99. pid
  100. proc
  101. puts
  102. pwd
  103. read
  104. regexp
  105. regsub
  106. rename
  107. return
  108. scan
  109. seek
  110. set
  111. socket
  112. source
  113. split
  114. string
  115. subst
  116. switch
  117. tell
  118. time
  119. trace
  120. tcl_endOfWord
  121. tcl_startOfNextWord
  122. tcl_startOfPreviousWord
  123. tcl_wordBreakAfter
  124. tcl_wordBreakBefore
  125. unknown
  126. unset
  127. update
  128. uplevel
  129. upvar
  130. vwait
  131. while
  132. exit
  133. BINDIDPROC
  134. BINDPROC
  135. BINARY
  136. FILENAME
  137. HTTP
  138. FCOPY
  139. FONT
  140. LIBRARY
  141. LOADTK
  142. NAMESPACE
  143. RESOURCE
  144. THEN
  145. OPTIONS
  146. REGISTRY
  147. SAFEBASE
  148. TCLVARS
  149. TCL
  150. SENDOUT
  151. RGB
  152. PKG_MKINDEX
  153. NAMESPUPD
  154. VARIABLE
  155. auto_execs
  156. auto_index
  157. auto_noexec
  158. auto_noload
  159. auto_path
  160. env
  161. ErrorCode
  162. ErrorInfo
  163. tcl_library
  164. tcl_patchLevel
  165. tcl_pkgPath
  166. tcl_platform
  167. tcl_precision
  168. tcl_rcFileName
  169. tcl_rcRsrcName
  170. tcl_version
  171. tcl_nonwordchars
  172. tcl_wordchars
  173. unknown_active
  174. bell
  175. bind
  176. bindtags
  177. bitmap
  178. button
  179. canvas
  180. checkbutton
  181. clipboard
  182. destroy
  183. entry
  184. event
  185. focus
  186. frame
  187. grab
  188. grid
  189. image
  190. label
  191. listbox
  192. lower
  193. menu
  194. menubutton
  195. message
  196. option
  197. pack
  198. photo
  199. place
  200. radiobutton
  201. raise
  202. scale
  203. scrollbar
  204. selection
  205. send
  206. text
  207. tk
  208. tk_bindForTraversal
  209. tk_bisque
  210. tk_chooseColor
  211. tk_dialog
  212. tk_focusFollowsMouse
  213. tk_focusNext
  214. tk_focusPrev
  215. tk_getOpenFile
  216. tk_getSaveFile
  217. tk_menuBar
  218. tk_messageBox
  219. tk_optionMenu
  220. tk_popup
  221. tk_setPalette
  222. tkerror
  223. tkvars
  224. tkwait
  225. toplevel
  226. winfo
  227. wm
  228. dputs
  229. declaretag